Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 11:18)
/* You may incorporate this sample code into your applications without
** restriction, though the sample code has been provided "AS IS" and the
** responsibility for its operation is 100% yours. However, what you are
** not permitted to do is to redistribute the source as "DSC Sample Code"
** after having made changes. If you're going to re-distribute the source,
** we require that you make it clear in the source that the code was
** descended from Apple Sample Code, but that you've made changes. */
Extra lines in 2nd before 63 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ63; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 71:72)
short h, w;
RGBColor rgb, rgb2;
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line 78:81; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 88:91)
case GETBBOXMESSAGE:
case SETBBOXMESSAGE:
case SECTBBOXMESSAGE:
case TARGETMESSAGE:
case GETOBJRECTMESSAGE:
case SETOBJRECTMESSAGE:
case SECTOBJRECTMESSAGE:
case GETBBOXMESSAGE:
Extra lines in 2nd before 87 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ87; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 97)
case COMPAREMESSAGE:
Extra lines in 2nd before 101 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ101; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 112:114)
h = mDerefCommon(hndl)->penHeight;
w = mDerefCommon(hndl)->penWidth;
PenSize(w, h);
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line 103:104; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 117:132)
FillOval(&rct, (ConstPatternParam)&qd.white);
FrameOval(&rct);
if (gQDVersion)
GetForeColor(&rgb);
ForeColor(whiteColor);
if (gQDVersion) {
rgb2 = mDerefLine(hndl)->contentColor;
RGBForeColor(&rgb2);
}
PaintOval(&rct);
ForeColor(blackColor);
if (gQDVersion) {
rgb2 = mDerefLine(hndl)->borderColor;
RGBForeColor(&rgb2);
}
FrameOval(&rct);
if (gQDVersion)
RGBForeColor(&rgb);
Extra lines in 1st before 143 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line 115; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line Δ143)
PenNormal();
Extra lines in 2nd before 121 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ121; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 148)
PenNormal();
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line 133; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 161)
ccat (cptr, " $00: selected = ");
ccat (cptr, " $00: selected = ");
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line 137; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 165)
ccat (cptr, " $02: oval = ($");
ccat (cptr, " $02: oval = ($");
Extra lines in 2nd before 146 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TOvalObj.c"; Line Δ146; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TOvalObj.c"; Line 174:198)